From e42203f7f617571d0a49fa5aca3007949bfd0f5d Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Thu, 29 May 2014 14:06:43 -0700 Subject: [PATCH] Up to date with master --- libs/hamcrest-rust | 2 +- tests/test_cargo_compile.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/hamcrest-rust b/libs/hamcrest-rust index 16b761d43..822fc1601 160000 --- a/libs/hamcrest-rust +++ b/libs/hamcrest-rust @@ -1 +1 @@ -Subproject commit 16b761d4372b4e91af06848781c8e998c3f25116 +Subproject commit 822fc16016ccd5d24ba460d141e8f2d17db883a0 diff --git a/tests/test_cargo_compile.rs b/tests/test_cargo_compile.rs index be1dc7e0b..d8cb6c331 100644 --- a/tests/test_cargo_compile.rs +++ b/tests/test_cargo_compile.rs @@ -192,7 +192,7 @@ test!(cargo_compile_with_nested_deps { "#) .file("baz/src/baz.rs", r#" pub fn gimme() -> String { - "test passed".to_owned() + "test passed".to_str() } "#); @@ -218,7 +218,7 @@ fn main_file(println: &str, deps: &[&str]) -> String { buf.push_str(println); buf.push_str("); }\n"); - buf.to_owned() + buf.to_str() } // test!(compiling_project_with_invalid_manifest) -- 2.30.2